home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / Shared.Cst / 00111.ls < prev    next >
Encoding:
Text File  |  1999-10-10  |  354 b   |  17 lines

  1. on exitFrame
  2.   global qtChan, gMoviePlay
  3.   
  4.   if ( not ( the movieRate of sprite qtChan = 0 ) ) then
  5.     go the frame
  6.   else
  7.     if gMoviePlay = 2 then
  8.       set the movieRate of sprite qtChan = 1
  9.       set gMoviePlay = 1
  10.     else
  11.       set gMoviePlay = 0
  12.       set the movieTime of sprite qtChan = 0
  13.     end if
  14.     go the frame
  15.   end if
  16.   
  17. end exitFrame